Attendance 
EntityType  Independent 
Logical Entity Name  Attendance 
Default Table Name  AdAttend 
Logical Only  NO 
Definition 
 
Note 
 

Attendance Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
Id(PK)    INTEGER  NO 
 
StudentCourseId(FK)    INTEGER  NO 
 
StudentEnrollmentPeriodId(FK)    INTEGER  YES 
 
AttendanceDate    DATETIME  NO 
 
AttendanceDateStartTime    DATETIME  NO 
 
Attended    INTEGER  YES 
 
Absent    INTEGER  YES 
 
UnitType    CHAR(1)  YES 
 
Status    CHAR(1)  YES 
 
Note    VARCHAR(255)  YES 
 
IsExcusedAbsence    BIT  NO 
 
ModFlag    CHAR(1)  NO 
 
LastModifiedUserId    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 
IsDependentCourse    BIT  NO 
 
ClassSectionMeetingDateId    INTEGER  YES 
 
Type    CHAR(1)  NO 
 
DelContext    VARCHAR(50)  YES 
 

Attendance Keys 
Key Name  Key Type  Keys 
AdAttend_AdEnrollSchedID_AdClassAttendID_N_N_IDX  Inversion Entry  StudentCourseId, ClassSectionMeetingDateId 
AdAttend_AdEnrollSchedID_Date_StartTime_AdClassAttendID_U_N_IDX  Unique Constraint  StudentCourseId, AttendanceDate, AttendanceDateStartTime, ClassSectionMeetingDateId 
NK_AdAttendAdEnrollSchedID  Inversion Entry  StudentCourseId 
NK_AdAttend_AdClassAttendID_INCL  Inversion Entry  ClassSectionMeetingDateId 
AdAttend_Date_N_N_IDX  Inversion Entry  AttendanceDate 
AdAttend_Type_AdEnrollSchedID_N_N_IDX  Inversion Entry  Type, StudentCourseId 
AdAttend_AdClassAttendID_N_N_IDX  Inversion Entry  ClassSectionMeetingDateId 
AdAttend_AdAttendID_U_C_IDX  PrimaryKey  Id 

Attendance Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
StudentCourse  Non-Identifying  One To Zero or More        StudentCourseId  NO 
StudentCourse  Non-Identifying  Zero or One to Zero or More        StudentCourseId  NO 
StudentEnrollmentPeriod  Non-Identifying  Zero or One to Zero or More        StudentEnrollmentPeriodId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
SyAudit_AdAttend  Non-Identifying  One To Zero or More          NO 

Attendance Check Constraints 
Check Constraint Name  CheckConstraint